.anylinkcss {
	position: absolute;
	visibility: hidden;
	border-bottom-width: 0;
	line-height: 30px;
	z-index: 97;
	width: 90px;
	color: #000;
	background-color: #E7E6E4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #82a987;
	border-right-color: #82a987;
	border-bottom-color: #82a987;
	border-left-color: #82a987;
	padding-right: 10px;
	float: left;
}
.anylinkcss a {
	width: 80%;
	display: block;
	text-indent: 1px;
	border-bottom: 1px solid black;
	padding: 2px 0;
	text-decoration: none;
	text-indent: 5px;
	font-size: 12px;
	color: #000;
}
.anylinkcss a:hover { /*hover background color*/
	color: #3DA340;
}
.anylinkcss A:link { /*hover background color*/
	color: #000;
}
.anylinkcss A:active { /*hover background color*/
	color: #000;
}
.clear {
	clear: both;
}